Skip to content

Conversation

@hugovk
Copy link

@hugovk hugovk commented Nov 25, 2024

Fixes #37.

Also test all the supported versions on the CI, and bump requirements-dev.txt to fix the cryptography audit failure, and only install tomli for Python 3.10.

Also upgrade Python syntax with https://github.com/asottile/pyupgrade --py310-plus.

@hugovk hugovk changed the title Add support for Python 3.13 Add support for Python 3.13 and 3.14 Nov 5, 2025
@hugovk
Copy link
Author

hugovk commented Nov 5, 2025

@albertas I've updated this to add support for Python 3.14, which requires replacing use of ast.Str that was removed in 3.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.14: AttributeError: module 'ast' has no attribute 'Str'

1 participant